| C1.WPF.DX.4 Assembly > C1.Util.DX.Storage Namespace > NativeFileStream Class > Write Method : Write(Byte[],Int32,Int32) Method |
| Exception | Description |
|---|---|
| System.ArgumentException | The sum of offset and count is greater than the buffer length. |
| System.ArgumentNullException | buffer is null. |
| System.ArgumentOutOfRangeException | offset or count is negative. |
| System.IO.IOException | An I/O error occured, such as the specified file cannot be found. |
| System.NotSupportedException | The stream does not support writing. |
| System.ObjectDisposedException | System.IO.Stream.Write(System.Byte[],System.Int32,System.Int32) was called after the stream was closed. |